'Declaration Public Overloads Function BindFilterKey( _ ByVal source As Object, _ ByVal path As String _ ) As FilteredView(Of T)
public FilteredView<T> BindFilterKey( object source, string path )
Parameters
- source
- The object to bind to. Cannot be null.
- path
- The property path to bind to.
Return Value
The same FilteredView<T> on which this method was called.